home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / drawal1r / picedit.txt < prev    next >
Text File  |  1999-08-15  |  536b  |  20 lines

  1. ****************Picture Editor**************************
  2.  
  3. Load bitmap using Ole Create Picture Indirect, resulting
  4.   in high quality image.
  5.  
  6. Draw rubberband box to copy, paste, or trim image.
  7.  
  8. Resize image, clear screen, or reload origional bitmap.
  9.  
  10. Save contents of clipboard to file using Common Dialog
  11.   API.
  12.  
  13. Draw any size box to paste image to upper left corner
  14.   of box.
  15.  
  16. Copy or trim before resizing clipboard contents.
  17.  
  18. Trim also copies remaining area.
  19.  
  20. *******************************************************